home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Atari Mega Archive 1
/
Atari Mega Archive - Volume 1.iso
/
language
/
gemfsc18.lzh
/
AESSRC18.LZH
/
AESFUNCS
/
FRMQMENU.C
< prev
next >
Wrap
C/C++ Source or Header
|
1992-03-28
|
340b
|
13 lines
/*************************************************************************
* FRMQMENU.C - The frm_qmenu() routine.
*************************************************************************/
#include "gemfast.h"
int frm_qmenu(title, strings)
char *title;
char *strings;
{
return frm_nlmenu(FRM_NORMAL, title, strings);
}